Skip to content

chore(ci): bump GitHub Actions off Node 20 runtimes#67

Open
clo-ciq wants to merge 1 commit intomainlinefrom
chore/node20-eol-actions-bump-2026-05
Open

chore(ci): bump GitHub Actions off Node 20 runtimes#67
clo-ciq wants to merge 1 commit intomainlinefrom
chore/node20-eol-actions-bump-2026-05

Conversation

@clo-ciq
Copy link
Copy Markdown

@clo-ciq clo-ciq commented May 8, 2026

Summary

Node 20 reached EOL on 2026-04-30. This PR bumps GitHub Actions to current stable releases, pinned by full commit SHA with the target tag in a trailing comment.

Changes

Action Before After
actions/checkout v4 v6.0.2
actions/setup-python v5 v6.2.0

Files touched: 1 workflow file(s), 2 line change(s).

Test plan

  • Existing CI runs on this PR and stays green.
  • If this repo's workflows aren't PR-triggered, dispatch them manually after merge or via workflow_dispatch.

Part of an org-wide bulk update across ~135 ctrliq repos to escape Node 20 EOL.

Node 20 reached EOL on 2026-04-30. Pin all first- and third-party
GitHub Actions to current stable releases by full commit SHA, with the
target tag in a trailing comment.

Updated:
  - actions/checkout: v4 -> v6.0.2
  - actions/setup-python: v5 -> v6.2.0
Copilot AI review requested due to automatic review settings May 8, 2026 20:57
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s PR check workflow to use current stable GitHub Actions releases (pinned by full commit SHA) in order to move off Node 20–based action runtimes after Node 20’s EOL.

Changes:

  • Bump actions/checkout from v4 to the commit SHA for v6.0.2.
  • Bump actions/setup-python from v5 to the commit SHA for v6.2.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants